@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Roboto:wght@100&display=swap");
* {
  margin: 0;
}

.nav2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 1em;
}

.nav2 a {
  text-decoration: none;
  color: black;
}

.nav2 a:hover {
  color: #258f8f;
}

.nav1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2em 2em 2em 3em;
}

.nav1 .text1 {
  font-family: 'Great Vibes', cursive;
  font-size: 100px;
  margin: 30px;
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box .loginbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 65vw;
  height: 85vh;
  background: #258f8f;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5% 2%;
  border-radius: 20px;
}

.box .loginbox .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60vw;
  height: 25vh;
  border-radius: 20px;
}

.box .loginbox .form {
  width: 50vw;
}

.sub {
  border-radius: 12px;
  background-color: white;
  border: none;
  border-radius: 40px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.sub:hover {
  color: white;
  border: 1px solid white;
  background-color: #258f8f;
  border-radius: 40px;
}

.home {
  border-radius: 12px;
}

.home button {
  background-color: white;
  border: 1px solid #258f8f;
  border-radius: 40px;
  margin: 50px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.home button:hover {
  background-color: #258f8f;
  border-radius: 40px;
}

.home button a {
  color: black;
  text-decoration: none;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: large;
}
/*# sourceMappingURL=style.css.map */